home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-08-11 | 1.0 KB | 43 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Briefcase
-
- INTERFACES = BriefDoc.nib Briefcase.nib Help.nib Info.nib Pref.nib
- CLASSES = BriefDoc.m Briefcase.m DView.m Help.m Localization.m MultApp.m \
- MultDoc.m PageMargin.m PrefDelegate.m
- MFILES = Briefcase_main.m Utility.m
- HFILES = Global.h
- TIFFFILES = BigCase.tiff Briefcase.tiff Briefdoc.tiff me.tiff
- APPICON = Briefcase.tiff
- DOCICONS = Briefdoc.tiff
-
- SOURCEMODE = 444
-
- LIBS = -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app Briefcase.tiff \
- -sectcreate __ICON bc Briefdoc.tiff
- APPWRAPPER = YES
- NOMACHO = YES
-
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-